home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CoolWB / Backdrops / Themes / s / WBTHEMES-Startup-Sequence2 < prev   
Text File  |  1991-08-14  |  1KB  |  47 lines

  1. ;   ***********************************************************************
  2. ;   *** BEFORE WE CONTINUE - BACK UP ALL STARTUP-SEQUENCE RELATED FILES ***
  3. ;   ***********************************************************************
  4.  
  5.  
  6. ;If you want POWERTHX installed, place this line at the first line of yer
  7. ;start-up sequence
  8.  
  9. C:PowerTHX
  10.  
  11. ; Then, to install RASP and the defined SCRIPT that you will be using
  12. ; i.e. THEMEhorror.THEME etc.. Place it just after Setpatch and chuck PicBoot
  13. immediately after it. Like so...
  14.  
  15. C:SetPatch QUIET
  16. C:garpa_rnd hd0:s/randomscript.script
  17. PicBoot "hd3:graphics/wb-bkgrnds/chosen/picboot.pic" DEFAULT=YES CENTER=YES DETACH PATCH DELAY 0
  18.  
  19. ;Then Run UPD to assign all the sounds....
  20.  
  21. C:run hd0:c/UPD 65535
  22.  
  23. Then yer startup-sequence looks a little like this...
  24.  
  25.  
  26. Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
  27. ;IF EXISTS S:User-Startup
  28.     Execute S:User-Startup
  29. ;EndIF
  30.  
  31. Resident Execute REMOVE
  32. Resident Assign REMOVE
  33.  
  34.  
  35. C:LoadWB
  36. ; chuck the PicBoot end command here
  37. StopPicBoot
  38.  
  39. EndCLI >NIL:
  40.  
  41.  
  42. ;And you should hopefully had a all-singing dancing THEME'd Amiga.
  43.  
  44. ;E-Mail at garpa@southwales.u-net.com
  45.  
  46. ;            Have Fun!
  47.